home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Programming / Programming Utilities / String Magic 1.0 ƒ / FastStrings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-10  |  368 b   |  19 lines  |  [TEXT/ttxt]

  1. #ifndef __FASTSTRINGS__
  2. #define __FASTSTRINGS__
  3.  
  4. #ifndef __TYPES__
  5. #include <Types.h>    // Make sure we have type definitions
  6. #endif
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. pascal void GetIndStr2(Str255 theString, short str2ID, short index); 
  13. pascal void GetIndStr3(Str255 theString, short strIID, short index); 
  14.  
  15. #ifdef __cplusplus
  16. };
  17. #endif
  18.  
  19. #endif // __FASTSTRINGS__